From ba3adb5a80234f08b3aacf39c55e87dc8d090798 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 28 Jan 2015 22:32:27 +0100 Subject: [PATCH] Update a code example for language change --- src/doc/build-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/build-script.md b/src/doc/build-script.md index 80eaaa353..fec28ce9b 100644 --- a/src/doc/build-script.md +++ b/src/doc/build-script.md @@ -239,7 +239,7 @@ Next, let's peek at the library itself: ```rust,ignore // src/main.rs -include!(concat!(env!("OUT_DIR"), "/hello.rs")) +include!(concat!(env!("OUT_DIR"), "/hello.rs")); fn main() { println!("{}", message()); -- 2.30.2